From: Richard M. Stallman Date: Thu, 2 Jun 1994 19:12:26 +0000 (+0000) Subject: (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91293 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ed8f1660175c57882d4369c01a5d4ae39a8b1a4d;p=emacs.git (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional. --- diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 2dcfc12771b..efb50df5399 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -13,5 +13,7 @@ #undef REL_ALLOC #endif +#ifndef __GNUC__ /* Make room for enough symbols, so dispnew.c does not fail. */ #define C_SWITCH_SYSTEM -Wp,-H200000 +#endif